CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - huffman 解码

搜索资源列表

  1. huffman

    0下载:
  2. huffman树的编解码。还有完整的源代码和课程设计报告。-huffman tree coding. Also complete source code and program design report.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:188415
    • 提供者:yangjun
  1. JPEG-matlab

    0下载:
  2. JPEG编码和解码,用Huffman编码-JPEG encoding and decoding, using Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:52063
    • 提供者:huan
  1. huffman

    0下载:
  2. 数据结构哈夫曼编码解码算法包括编码和解码-Huffman encoding and decoding data structures, including encoding and decoding algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:279572
    • 提供者:wang
  1. huffman

    0下载:
  2. 对yuv视频文件进行huffman编码和huffma解码-encode and decode the yuv videos with huffman algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:12489
    • 提供者:臧艳军
  1. lena

    0下载:
  2. 对yuv视频文件同时进行huffman和小波编码和解码-encode and decode the yuv video with huffman and wavelet algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:18781
    • 提供者:臧艳军
  1. huffman~

    0下载:
  2. 编写求解Huffmann编码的程序以及解码的程序。要求以指针形成的二叉树结构实施算法。-Preparation of procedures for solving Huffmann encoding and decoding procedures. Required to form a binary tree structure pointer implementation algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:2747
    • 提供者:刘枫
  1. Huffman

    0下载:
  2. 求解Huffman编码的程序及解码的程序-Solving Huffman coding and decoding process procedure
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:378446
    • 提供者:王佳佳
  1. Huffman

    0下载:
  2. 数字图像的哈夫曼编码将一幅给定的灰度图象进行HSF编解码-Huffman encoding digital image of a gray-scale images for a given codec HSF
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:140941
    • 提供者:何超
  1. huffman

    0下载:
  2. 利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、初始化:能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表:利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码:根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码:利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、打印:以直观的方式打印赫夫曼树(选作) 6、计算输入的字符串编码前和编码后的长度,并进行分析,讨论赫夫曼编码的
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1179910
    • 提供者:莫凡
  1. Huffman

    0下载:
  2. 1.要求对文件进行Huffman编码的算法,以及对一编码文件进行解码的算法 2.熟练掌握二叉树的应用 -1. Requested documents Huffman coding algorithm, as well as an algorithm to decode encoded files 2. Familiar with the application of binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:159066
    • 提供者:wang
  1. Huffman

    0下载:
  2. 哈弗曼编码是一种编码的形式和规则,本代码实现了c的huffman编解码-哈弗曼编码是一种编码的形式和规则,本代码实现了c的huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:743711
    • 提供者:入云龙
  1. Huffman

    0下载:
  2. 这是一个关于霍夫曼编码与解码的c语言程序,功能强大,且使用-This is a Huffman encoding and decoding on the c-language program, powerful, and the use of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3034
    • 提供者:李杰
  1. huffman

    0下载:
  2. 用于文本文件的哈弗曼编码和解码,可以通过该程序对文本文件进行编码-huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:4526
    • 提供者:wangcheng
  1. Huffman

    0下载:
  2. 哈弗曼编码,解码的使用,Visual C-Ha Fuman encoding and decoding using, Visual C++
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:182181
    • 提供者:sunxiyan
  1. main

    0下载:
  2. huffman编码,包括huffman解码什么的,写得还算详细,自己看看吧-huffman coding, including huffman decode something, write fairly detailed look at it yourself
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2913
    • 提供者:jack
  1. huffman_encode_and_decode

    0下载:
  2. 自己总结的huffman编解码,其中的源程序对从文件读取的数据进行霍夫曼编码,程序通过了验证-Huffman encode decode
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:13155
    • 提供者:张星
  1. Huffman

    0下载:
  2. 该算法可以实现huffman编码和解码,并在vc6.0环境下编译通过-The algorithm can huffman encoding and decoding, and in the environment compile vc6.0
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1546
    • 提供者:鲁蔷
  1. Huffman

    0下载:
  2. 数据的哈夫曼编码和解码程序,上次发的程序有错误,这个是改正版。-Huffman encoding and decoding of data procedures, the procedures made an error last time, this is the correct version.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5583
    • 提供者:YinWenjie
  1. huffman

    0下载:
  2. 霍夫曼编码,可以实现一个霍夫曼树的编写及解码-Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:958292
    • 提供者:高宝
  1. Huffman

    0下载:
  2. 一个完整的系统应具有以下功能: (1)初始化 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件; (2)编码 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中; (3)解码 利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码; -A complete system should have the following functions: (1) initialize a read from the t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:616584
    • 提供者:木易
« 1 2 3 4 5 67 8 9 10 11 ... 23 »
搜珍网 www.dssz.com